home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000…tember: Reference Library / Dev.CD Sep 00 RL Disk 2.toast / TechnicalPublications / macos8 / TextIntlSvcs / TextEncodingConversionManager / TEC1.5 / frametest.js next >
Encoding:
Text File  |  1999-05-24  |  362 b   |  23 lines  |  [TEXT/R*ch]

  1. <!--
  2.  
  3. if (parent.frames.length != 0) {
  4.     var frameLink = '<img src="images/hideframes.gif" border="0"';
  5. }
  6.  
  7. else {
  8. var frameLink = '<img src="images/showframes.gif" border="0"';}
  9.  
  10. function testFrame(){
  11. if (parent.frames.length != 0) {
  12.     top.location = self.location;
  13.    // loaded in frames
  14.  }
  15.  else {
  16.  
  17.  location='index2.html';
  18.    // not loaded frames
  19.  }
  20.  }
  21.  
  22. //-->
  23.